home *** CD-ROM | disk | FTP | other *** search
- /***
- ***
- ***/
- #ifndef VUDBGFUNS_H
- #define VUDBGFUNS_H
-
- #include "std.h"
- #include "dvstd.h"
-
-
-
- /* debug/VUdebug.c */
- void VUdbgCcf V_P_(( DATAGROUP dgp ));
- void VUdbgColor V_P_(( COLOR_SPEC *color ));
- void VUdbgCtt V_P_(( int size, COLOR_THRESHOLD *ct ));
- void VUdbgVdp V_P_(( VARDESC vdp ));
- void VUdbgDgp V_P_((DATAGROUP dgp));
-
- /* debug/VUdbgalloc.c */
- void VUdbgIdStop V_P_((char *sid));
- void VUdbgAdStop V_P_((char *sad));
- void VUdbgNumIdStop V_P_((LONG id));
- void VUdbgNumAdStop V_P_((ADDRESS ad));
- void VUdbgStopTrace V_P_((char *label));
- void VUdbgStartTrace V_P_((char *label));
- void VUdbgStopHere V_P_((void));
- int VUdbgCheckAlloc V_P_((char *addr));
- void VUdbgFindAddr V_P_((ADDRESS addr));
- int VUdbgFindBad V_P_((void));
- void VUdbgMarkChanges V_P_((void));
- void VUdbgFindChanges V_P_((void));
- LONG VUdbgReportAllocs V_P_((void));
- int VUdbgReportSince V_P_((int id, int size));
- void VUdbgMark V_P_((void));
- void VUdbgReportLeaks V_P_((void));
- int VUdbgMemFill V_P_((int FillFlag));
- void VUdbgMemStats V_P_((void));
-
- #endif /*VUDBGFUNS_H*/
-